Search external groups
{ searchExternalGroups }
Search for security groups in the authentication provider
Method
/API3/access/searchExternalGroups
- Enterprise Admin
Input Parameters
Name
searchData
Object Type
Description
The search object used to find items in the external IDP.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
External group object with details of the groups found in the search.. Note that the response is returned as a list of items of this object type.
Notes
Currently only supported in LDAP based authentications.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP